home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000206_news@columbia.edu_Thu Jan 19 14:20:15 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA05260
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 19 Jan 1995 09:20:22 -0500
  3. Received: by apakabar.cc.columbia.edu id AA13399
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 19 Jan 1995 09:20:20 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: problems in Solaris 2.3
  9. Date: 19 Jan 1995 14:20:15 GMT
  10. Organization: Columbia University
  11. Lines: 23
  12. Message-Id: <3flsev$d2g@apakabar.cc.columbia.edu>
  13. References: <D2MLwC.21D@dcc.uchile.cl>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <D2MLwC.21D@dcc.uchile.cl>,
  18. Andres Aravena <anaraven@dcc.uchile.cl> wrote:
  19. >We have some problems with C-kermit 5.0 under solaris 2.3. After
  20. >choosing between -DSYSV and -DSUN it compiled, but only get
  21. >'Operation would block' at any read or write.
  22. >
  23. Just follow the instructions.  There are specific makefile
  24. entries for each machine / operating system / OS version
  25. combination.  Just pick out the most appropriate of the
  26. entries whose names start with "solaris":
  27.  
  28.   solaris2x    - Solaris 2.x, Sun compiler
  29.   solaris2xg   - Solaris 2.x, GNU cc
  30.   solaris2x25  - Solaris 2.x, Sun compiler and SunLink X.25
  31.  
  32. For additional details, read the instructions at the top of the
  33. makefile, and in the file ckuins.doc (C-Kermit installation
  34. instructions).
  35.  
  36. If you can't succeed in compiling the program, you can ftp a
  37. precompiled Solaris 2.3 binary from kermit.columbia.edu.
  38.  
  39. - Frank